home *** CD-ROM | disk | FTP | other *** search
/ EDUCORP 8 / Educorp2Compilation.sit / educorp2 / Demos / TrapezeDemo / Trapeze Help.rsrc / HELP_2128_blockif < prev    next >
Encoding:
Text File  |  1987-07-08  |  401 b   |  6 lines

  1. blockif ( condition, true block, false block )
  2. block-by-block decision
  3.  
  4. condition—a single value of #TRUE (nonzero) or #FALSE (zero), may be in a single-cell block; true block—any type of block, returned  if the value of condition is #TRUE; false block—any type of block, returned if the value of condition is #FALSE. 
  5.  
  6. blockif creates a block identical to the block chosen by the condition argument.